projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a8f92
)
Set TZ for tests
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Tue, 13 Oct 2020 20:38:24 +0000
(22:38 +0200)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Tue, 13 Oct 2020 20:38:24 +0000
(22:38 +0200)
Fixes build on rb.org
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 3db965a9fe741dd20941b08b91721ef25cd5681c..55ead870bea0f11b3d63660f3f898baed0ed971b 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-4,6
+4,8
@@
dh $@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# tests depending on a TZ with a small offset
+export TZ='/usr/share/zoneinfo/Etc/GMT'
DOCTEMP = $(CURDIR)/debian/doctmp
include /usr/share/dpkg/pkg-info.mk